home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / scoobycastillotenebroso.swf / scripts / DefineButton2_1026 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-01  |  126b  |  6 lines

  1. on(release){
  2.    carpet._visible = false;
  3.    _root.inventory.carpet._visible = true;
  4.    carpet_button._visible = false;
  5. }
  6.